From 5f772fc8951a9bc8b95d1fb6b073218e3e40d53c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 10 Aug 2008 11:50:20 +0000 Subject: [PATCH] numpy only builds on x86 based stuff at the moment. will be fixed later SVN-Revision: 12266 --- lang/numpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/numpy/Makefile b/lang/numpy/Makefile index 217c975f9..76239e4be 100644 --- a/lang/numpy/Makefile +++ b/lang/numpy/Makefile @@ -22,7 +22,7 @@ define Package/numpy CATEGORY:=Languages TITLE:=numpy URL:=http://numpy.sf.net - DEPENDS:=python-core + DEPENDS:=python-core @TARGET_x86||TARGET_olpc||TARGET_uml endef define Package/numpy/description -- 2.30.2